04. Video: Posting to Github
L3 Git And Github WalkThrough V1
Useful Commands
From this video, you saw the use of the following commands:
git clone- clone a repository from any url to your local machinegit add *- adds all the files of the repository to the staging areagit commit -m 'comment about changes made'- commits changes and adds a message for changes madegit push- pushes your changes to a remote repository